home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 2.toast / pc / sample code / platforms and tools / macapp / two level text dump / readme < prev    next >
Encoding:
Text File  |  2000-09-28  |  403 b   |  10 lines

  1. This folder contains a sort of two-level dump system, where by a switch it's possible to either dump everything, or exclude a couple of header files when working with them (and this saving some time).
  2.  
  3. It works this way:
  4.  
  5. MABuild -d qOwnDump=TRUE -nodebug DemoText   # include own header files for dump file
  6.  
  7. MABuild -nodebug DemoText                    # don't include own header files for dump file
  8.  
  9.  
  10.